|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.AWAction.AWAction
|
+--oracle.AWAction.Commit
An AWAction that specifies committing to the relational database the changes you have made to an analytic workspace object.
| Constructor Summary | |
Commit(Interaction input)Creates a Commit action object in the specified Interaction. |
|
| Method Summary | |
void |
Execute()Commits the analytic workspace. |
java.lang.String |
getAWName()Gets the name of the analytic workspace to commit. |
void |
setActiveObject(BaseObject input)Makes an analytic workspace the active object. |
void |
setAWName(java.lang.String input)Specifies the name of the analytic workspace. |
java.lang.String |
WriteToXML()Gets an XML representation of the Commit object. |
| Methods inherited from class oracle.AWAction.AWAction |
getActiveObject, getOwner, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Commit(Interaction input)
Commit action object in the specified Interaction.input - The Interaction that you want to own the Commit object.| Method Detail |
public void setActiveObject(BaseObject input)
setAWName method. The active object takes precedence over an object that you specify by name.input - The AW that specifies the analytic workspace to commit.public void setAWName(java.lang.String input)
setActiveObject method. An active object takes precedence over an object that you specify by name.input - A String that contains the name of the analytic workspace to commit.public java.lang.String getAWName()
String that contains the name of the analytic workspace specified for the commit action.public void Execute()
public java.lang.String WriteToXML()
Commit object.String that is an XML representation of the Commit object.
|
Oracle® OLAP Analytic Workspace Java API Reference 10g Release 2 (10.2) B14351-02 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||